  /*--
  .....(........you're a wizard Harry!.........................).......
  ....(........................................................).......
  ...(.................................................................
  ..(............................................................).....
  .(..........⏝⏝⏝⏝⏝⏝⏝⏝⏝⏝⏝⏝⏝⏝......................................
  .(.........)..................(.................................)....
  .(........).....-----..........(...............................).....
  (.......).......\----\.........(................^^...................
  (......).........\----\.........(..............)...(............)....
  (..............--------\..........(...........).....(................
  (....).........\--------.....................).......(..........)....
  (....)..........\---\..............(........).........(..............
  (...)............\---\.....................)...........(.......).....
  (..)..............\---\..............(....).............(............
  (..)...............\---\.................)...............(....)......
  (..)................----..............v...................(..........
  (..).....................................................(...)....... 
  (..)..._______________................_______________....(..)........
  (..)../...............\............../...............\....().........
  .()../.................\..⎰=====⎱../.................\..............
  .....|.................|===......===|.................|..............
  .....|.................|............|.................|..............
  .....|.................|............|.................|..............
  .....|.................|............|.................|..............
  .....|.................|............|.................|..............
  ......\_______________/..............\_______________/...............
  .....................................................................
  ......................made by the magical............................
  ........................Nicole Bridgens..............................
 */



*{
	margin: 0;
	padding:0;
text-decoration: none;
color: #000;

}

/* Font Face Custom Fonts*/

@font-face {

	font-family: Josefin Sans, sans-serif;
	src: url("../fonts/josefin_sans/josefinsans-bold.ttf");
}
@font-face {

	font-family: Source Sans Pro, sans-serif;
	src: url("../fonts/source_sans_pro/sourcesanspro-regular.ttf");
}


body {
    background-color: #fff;
    color: #222;
    font-family: Source Sans Pro, sans-serif;
    font-weight: 300;
    font-size: 15pt;
} 






header {
    position: fixed;
    z-index: 1;
    top: 0vh;
    
    width: 100vw;
    height: 25vh;
    background-color: #fff;
}
#header-image{

margin: 0;
padding: 0;

}

img#header-image{
vertical-align: top;
width: 20vw;
height: auto;
margin: 0 auto;
left: 35vw;
position: absolute;
padding-top:25;


}

/* =-=-=-=-=-=-=-=-=-=-=-=-
=-=-=-=-=-=-=-=-=-=-=-=-=-=
  Navigation
=-=-=-=-=-=-=-=-=-=-=-=-=-=
=-=-=-=-=-=-=-=-=-=-=-=-=*/





button#hamburger-icon{
  position: fixed;
  top: 20px;
 left: 20px;
 z-index: 20;
  font-size: 2em;
  line-height: 0;
  padding: 25px 10px 32px 10px;
  border: 4px solid #000;
  border-radius: 10%;
  background-color: #fff;
}

  button#hamburger-icon:hover{

      color: #fff;
      background-color: red;
}

.translate-right:hover {
      transform: translateX(10px);
      transition: transform .5s;
        -ms-transform: translateX(10px);
        -webkit-transform: translateX(10px);
    }

nav{

 position: fixed;
 z-index: 20;
 left: -800px;
 top: 100px;
 width: 22vw;
 padding: 10vh 5% 0 0;
 transition: left .5s;
 font-size: 20pt;
 background-color: rgba(255,255,255,0.8);

 
}
 
nav li{
display: block;


}

.slide-the-drawer{

  left: 20px;

}






/* =-=-=-=-=-=-=-=-=-=-=-=-
=-=-=-=-=-=-=-=-=-=-=-=-=-=
  Fotorama
=-=-=-=-=-=-=-=-=-=-=-=-=-=
=-=-=-=-=-=-=-=-=-=-=-=-=*/
 
 figure {

 	width: 80vw;
 	height: 80vh;
 	margin: 20vh auto;
  
  
 }


/* =-=-=-=-=-=-=-=-=-=-=-=-
=-=-=-=-=-=-=-=-=-=-=-=-=-=
Section Hero Images & Text
=-=-=-=-=-=-=-=-=-=-=-=-=-=
=-=-=-=-=-=-=-=-=-=-=-=-=*/




#knife{
   
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
  width: 10vw;
  padding-left: 40%;
  
}

#fork{
   
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
  width: 11vw;
}
  
 #boy {
   background-size: cover;
    background-repeat: no-repeat;
  height: auto;
  width: 20vw;
  padding-left: 40%;
}

 #fire {
   background-size: cover;
    background-repeat: repeat;
  height: auto;
  width: 50vw;
  padding-left: 25%;
 
}




.hero-text{

margin: 0;
padding: 0;

}


.hero-text {
  text-align: center;
padding: 30% 20% 0 40%;
  position: absolute;
 font-size: 80pt;
  font-weight: 900;
 font-family: Josefin Sans, sans-serif;
  text-align: center;
  color: red;
    
}
.head-text{

  font-size: 80pt;
  font-weight: 900;
 }

.hero-text-2 {
  text-align: center;
  
  padding: 40% 20% 0 35%;
  position: absolute;
 font-size: 80pt;
  font-weight: 900;
 
    
}
.head-text-2{
font-family: Josefin Sans, sans-serif;
  text-align: center;
  color: red;
  font-size: 80pt;
  font-weight: 900;
 }





 h1{
 	font-family: Josefin Sans, sans-serif;
 	text-align: center;
 	color: red;
 	font-size: 50pt;
 	margin: auto;
}

  p{
  	text-align: center;
 	  font-size: 30px;
    margin: 0 85 0 85;

  }

  /* =-=-=-=-=-=-=-=-=-=-=-=-
=-=-=-=-=-=-=-=-=-=-=-=-=-=
          Footer
=-=-=-=-=-=-=-=-=-=-=-=-=-=
=-=-=-=-=-=-=-=-=-=-=-=-=*/

  footer {

  	background-color: #000;
    width: 100vw;
    height: 20vh;
  	

    /*margin:  8vh 0vw 3vh 0vw;
    padding: 2vh 0vw;*/

  }

   #footer-hours
   {
  	color: #fff;
  	text-align: left;
  	font-size: 20px;
  	padding: 0 24;
	
  }

  .fa-instagram{
  
  float: right;	
  display: inline;
  top: 80vh;
  right: 5vw;
  padding: 0 15;
  color: red;

  
  }

  .fa-twitter{
  float: right;
  display: inline;
  top: 85vh;
  right: 10vw;
  padding: 0 24;
  color: red;
  }

  h2{
  	text-align: center;
  	color: red;
  	padding: 25;
  }

  h5{
      top: 85vh;
    	color: #fff;
      padding: 10 0 0 107;

  }

  
/* =-=-=-=-=-=-=-=-=-=-=-=-
=-=-=-=-=-=-=-=-=-=-=-=-=-=
          MENU
=-=-=-=-=-=-=-=-=-=-=-=-=-=
=-=-=-=-=-=-=-=-=-=-=-=-=*/





h3{

	text-align: center;
}



img {
 	margin: 10vh auto;
  height: 50%;
	}
 




.menu-list{

  color: red ;
  font-family: Josefin Sans, sans-serif;
  text-align: center;
    display: block;
    text-decoration: none;
    line-height: 5px;
  }

.description{
  text-align: center;
   display: block;
  font-size: 16px;
  line-height: 5px;
  color: black;
  padding-bottom: 20px;
}




#menu-category{

  color: red;
  padding-bottom: 30px;
}

table, td, th {
    
    width: 60vw;
    text-align: left;

}

td {

  padding-bottom:30px;
}

table {
  border-collapse: collapse;
  width: 60vw;
  margin-left: 35%;

}

th {
  
  font-size: 14pt;

}

.menu-2 {

  padding-bottom: 20px;
}


 .green .yellow .orange .red .purple{

 display: inline-block;
  color: black;
  text-align: center;
  padding: 16px;
  text-decoration: none;
 }


 .green{
 	transition: .5s	
 }

.green:hover{
 	background-color: green;	
 }

 .yellow{
 	transition: .5s	
 }

.yellow:hover{
 	background-color: yellow;	
 }

  .orange{
 	transition: .5s	
 }

.orange:hover{
 	background-color: orange;	
 }

  .red{
 	transition: .5s	
 }

.red:hover{
 	background-color: red;	
 }


  .purple{
 	transition: .5s	
 }

.purple:hover{
 	background-color: purple;	
 }
ul,li {
    margin: 0;
    padding: 0;
}
 
         
    ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-align: center;
  
}
 
      li{
        display: inline-block;
        color: black;
      text-align: center;
      padding: 16px;
      text-decoration: none;
     }

/* =-=-=-=-=-=-=-=-=-=-=-=-
=-=-=-=-=-=-=-=-=-=-=-=-=-=
          ABOUT
=-=-=-=-=-=-=-=-=-=-=-=-=-=
=-=-=-=-=-=-=-=-=-=-=-=-=*/
.about-copy{
  text-align: left;
  font-size: 20px;
  margin: auto;
  width: 80vw;
  height: 50vh;
  padding: 0 70;
}

/* =-=-=-=-=-=-=-=-=-=-=-=-
=-=-=-=-=-=-=-=-=-=-=-=-=-=
          CONTACT
=-=-=-=-=-=-=-=-=-=-=-=-=-=
=-=-=-=-=-=-=-=-=-=-=-=-=*/


/*-----MAP-----*/

section#map{
	width: 80vw;
	height: 70vh;
  margin: auto;
  margin-top: 50px;

}



#address{
  padding: 5%;
  
  height: 30vh;
}


address{
  

  text-align: center;
  line-height: 43px;
  font-size: 40px;
}


/* =-=-=-=-=-=-=-=-=-=-=-=-
=-=-=-=-=-=-=-=-=-=-=-=-=-=
          FORM
=-=-=-=-=-=-=-=-=-=-=-=-=-=
=-=-=-=-=-=-=-=-=-=-=-=-=*/


#form{

  margin: 0;
  padding: 0;
}

 

  


input{

  display: block;
  margin: auto;
  padding: 0.5vh;
  color: black;
  font-weight: bold;
  border: 3px solid black;
  background-color: white;
}

input:hover {

  color: gray;
  border: 3px solid gray;
  background-color: black;
}

input:focus{

  background-color: red;
}



button#submit-form{
  position: relative;
  display: inline;
 top: 0px;
 left: 600px;
    z-index: 20;
  font-size: 2em;
  line-height: 0;
  
  
  
}


/* =-=-=-=-=-=-=-=-=-=-=-=-
=-=-=-=-=-=-=-=-=-=-=-=-=-=
     Media Break Points
=-=-=-=-=-=-=-=-=-=-=-=-=-=
=-=-=-=-=-=-=-=-=-=-=-=-=*/



/* mobile phone */
@media screen and (max-width: 500px) {

.hero-text {
  text-align: center;
padding: 40% 50% 0% 35%;

}
h1.head-text{
 text-align: center;
position: absolute;
 font-size: 50pt;
  font-weight: 900;
 font-family: Josefin Sans, sans-serif;
  
  color: red;
  
 }



 .hero-text-2 {
  text-align: center;
  padding: 55% 20% 0 28%;
  position: absolute;
 
 
    
}
.head-text-2{
font-family: Josefin Sans, sans-serif;
  text-align: center;
  color: red;
  font-size: 45pt;
  font-weight: 900;
 }


}


/* tablet */

@media screen and (min-width: 767px) and (max-width: 1365px) {

.hero-text {
  text-align: center;
padding: 35% 35% 0% 38%;

}
h1.head-text{
 text-align: center;
position: absolute;
 font-size: 60pt;
  font-weight: 900;
 font-family: Josefin Sans, sans-serif;
  
  color: red;
  
 }



 .hero-text-2 {
  text-align: center;
  padding: 45% 20% 0 33%;
  position: absolute;
 
    
}
.head-text-2{
font-family: Josefin Sans, sans-serif;
  text-align: center;
  color: red;
  font-size: 55pt;
  font-weight: 900;
 }


}

/* laptop */

@media screen and (min-width: 1200px) and (max-width: 1919px) {

.hero-text {
  text-align: center;
padding: 30% 35% 0% 42%;

}
h1.head-text{
 text-align: center;
position: absolute;
 font-size: 70pt;
  font-weight: 900;
 font-family: Josefin Sans, sans-serif;
  
  color: red;
  
 }



 .hero-text-2 {
  text-align: center;
  padding: 40% 20% 0 38%;
  position: absolute;
 
    
}
.head-text-2{
font-family: Josefin Sans, sans-serif;
  text-align: center;
  color: red;
  font-size: 60pt;
  font-weight: 900;
 }


}


